home *** CD-ROM | disk | FTP | other *** search
- object HelperMainForm: THelperMainForm
- Left = 326
- Top = 107
- Width = 402
- Height = 249
- BorderIcons = [biSystemMenu, biMinimize]
- Caption = 'WebLook Outlook Helper'
- Color = clBtnFace
- Constraints.MinHeight = 200
- Constraints.MinWidth = 400
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 32
- Width = 21
- Height = 13
- Caption = '&Log:'
- FocusControl = Log
- end
- object HelperActive: TCheckBox
- Left = 8
- Top = 8
- Width = 49
- Height = 17
- Caption = '&Active'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object Log: TMemo
- Left = 8
- Top = 48
- Width = 377
- Height = 169
- Anchors = [akLeft, akTop, akRight, akBottom]
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object FreeObjects: TButton
- Left = 296
- Top = 8
- Width = 89
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Free Objects'
- TabOrder = 2
- OnClick = FreeObjectsClick
- end
- object ClearLog: TButton
- Left = 192
- Top = 8
- Width = 89
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Clear Log'
- TabOrder = 3
- OnClick = ClearLogClick
- end
- end
-